AP Calculus AB & BC · 鼎睿学苑

Unit 1: Limits
& Continuity
第 1 单元:极限
与连续性

The foundation of calculus. Master how functions behave near a point, formal limit evaluation, continuity, asymptotes, and the Intermediate Value Theorem. 微积分的基础。掌握函数在某点附近的行为、极限的严格求值、连续性、渐近线与介值定理。

10–12% of AP Exam占 AP 考试 10–12% ~22–23 Class Periods约 22–23 课时 16 Topics16 个专题

Introducing Calculus: Can Change Occur at an Instant?微积分导引:变化能否在某一瞬间发生?

Core Idea核心思想 Calculus uses limits to understand and model dynamic change. An average rate of change over an interval can approximate the instantaneous rate of change at a point — and as the interval shrinks to zero, the limit gives the exact instantaneous rate. 微积分用极限(limit)来刻画与建模动态变化。区间上的平均变化率(average rate of change)可以近似某一点处的瞬时变化率(instantaneous rate of change)——当区间长度趋于零时,极限给出精确的瞬时变化率。
Average Rate of Change平均变化率
$$ \text{AROC} = \frac{f(b) - f(a)}{b - a} $$
Instantaneous Rate of Change (Preview)瞬时变化率(预览)
$$ \text{IROC at } x = a = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h} $$

The average rate of change is the slope of a secant line. As $b \to a$, the secant line approaches the tangent line, and the AROC approaches the IROC.平均变化率是割线(secant line)的斜率。当 $b \to a$ 时,割线趋近于切线(tangent line),平均变化率也就趋近于瞬时变化率。

Exam Tip考试提示 AP free-response questions often provide a table of values and ask you to approximate an instantaneous rate of change. Use the average rate of change over the smallest interval containing that point. Always include units. AP 自由回答题常给出一组数值表,并要求近似某点处的瞬时变化率。使用包含该点的最小区间上的平均变化率作答,并务必带上单位。
Worked Example — Approximating IROC例题——近似瞬时变化率

Given:已知: Temperature $T(t)$ in °F at time $t$ (minutes):在时刻 $t$(分钟)的温度 $T(t)$(单位:°F):

$t$025812
$T(t)$7275808388

Approximate $T'(5)$ using the symmetric interval $[2, 8]$:用对称区间 $[2, 8]$ 近似 $T'(5)$:

$$\begin{aligned} T'(5) &\approx \frac{T(8) - T(2)}{8 - 2} \\[4pt] &= \frac{83 - 75}{6} \\[4pt] &= \frac{8}{6} \approx 1.333 \text{ °F/min} \end{aligned}$$
The average rate of change of $f(x) = x^2$ on $[1, 4]$ is:函数 $f(x) = x^2$ 在 $[1, 4]$ 上的平均变化率为:
1.1
$3$
$5$
$8$
$15$
Correct! $\frac{f(4) - f(1)}{4 - 1} = \frac{16 - 1}{3} = \frac{15}{3} = 5$.正确!$\frac{f(4) - f(1)}{4 - 1} = \frac{16 - 1}{3} = \frac{15}{3} = 5$。
$\frac{f(4) - f(1)}{4 - 1} = \frac{16 - 1}{3} = \frac{15}{3} = 5$. The AROC is the change in output over the change in input.$\frac{f(4) - f(1)}{4 - 1} = \frac{16 - 1}{3} = \frac{15}{3} = 5$。平均变化率即输出的改变量除以输入的改变量。

Defining Limits and Using Limit Notation极限的定义与记号

Formal Definition严格定义 Given a function $f$, the limit of $f(x)$ as $x$ approaches $c$ is a real number $R$ if $f(x)$ can be made arbitrarily close to $R$ by taking $x$ sufficiently close to $c$ (but not equal to $c$). 给定函数(function)$f$,当 $x$ 趋于 $c$ 时 $f(x)$ 的极限(limit)为实数 $R$,是指:只要 $x$ 充分接近 $c$(但不等于 $c$),就能使 $f(x)$ 任意接近 $R$。
Limit Notation极限记号
$$ \lim_{x \to c} f(x) = R $$

Key insight: the limit describes what the function approaches — not what the function equals at that point. The value $f(c)$ may or may not equal the limit, or $f(c)$ may not even exist.关键认识:极限描述函数在该点附近所趋近的值,而不是函数在该点处等于多少。$f(c)$ 不一定等于极限,甚至可能不存在。

One-Sided Limits单侧极限 The left-hand limit $\lim_{x \to c^-} f(x)$ considers values of $x$ approaching $c$ from below. The right-hand limit $\lim_{x \to c^+} f(x)$ considers values from above. The two-sided limit exists only when both one-sided limits exist and are equal. 左极限left-hand limit)$\lim_{x \to c^-} f(x)$ 考察 $x$ 从小于 $c$ 一侧趋于 $c$ 的情形;右极限right-hand limit)$\lim_{x \to c^+} f(x)$ 考察 $x$ 从大于 $c$ 一侧趋于 $c$ 的情形。双侧极限存在当且仅当两个单侧极限均存在且相等。
Key Relationship关键关系
$$ \lim_{x \to c} f(x) = L \iff \lim_{x \to c^-} f(x) = L \text{ and } \lim_{x \to c^+} f(x) = L $$
Common Exam Trap考试常见陷阱 Students confuse $f(c)$ with $\lim_{x \to c} f(x)$. The limit depends only on function values near $c$, not at $c$ itself. A function can have a limit at a point where it is undefined. 学生常把 $f(c)$ 与 $\lim_{x \to c} f(x)$ 混为一谈。极限只取决于 $c$ 附近的函数值,而与 $c$ 处本身的取值无关。在函数无定义的点处,极限仍可能存在。

Estimating Limit Values from Graphs由图像估计极限值

Reading limits from a graph requires careful attention to what the $y$-values approach, not just where the point is plotted.从图像读取极限时,要仔细观察 $y$ 值趋向何处,而不仅仅是图上画出的点的位置。

Key Skills关键技能 Identify left- and right-hand limits from a graph. Look for open circles (holes), filled circles, jump breaks, and vertical asymptotes. A limit might not exist when: the function is unbounded, the function oscillates, or the left- and right-hand limits differ. 从图像辨认左极限与右极限。注意空心圆(图像分析(analyzing graphs)中的"洞")、实心圆、跳跃间断与垂直渐近线(vertical asymptote)。当函数无界、函数无限振荡或左右极限不相等时,极限可能不存在。
When Limits Do Not Exist (DNE)极限不存在(DNE)的情形 A limit fails to exist when: (1) the left- and right-hand limits are different values (jump), (2) the function increases or decreases without bound (vertical asymptote), or (3) the function oscillates infinitely near the point, e.g. $\lim_{x \to 0} \sin\!\left(\frac{1}{x}\right)$. 极限不存在的情形:(1) 左极限与右极限不相等(跳跃间断点);(2) 函数无界地增大或减小(垂直渐近线);(3) 函数在该点附近无限振荡,例如 $\lim_{x \to 0} \sin\!\left(\frac{1}{x}\right)$。
Interactive Limit Explorer交互式极限演示

Drag the slider to move the hole. Watch how $f(x)$ approaches the limit from both sides — the function value at $x = a$ is undefined, but the limit exists.拖动滑块以移动"洞"的位置。观察 $f(x)$ 如何从两侧趋近于极限——在 $x = a$ 处函数无定义,但极限仍然存在。

a = 1.0
Limit =极限 = 2.0
If $\lim_{x \to 3^-} f(x) = 5$ and $\lim_{x \to 3^+} f(x) = 7$, then $\lim_{x \to 3} f(x)$ is:若 $\lim_{x \to 3^-} f(x) = 5$ 且 $\lim_{x \to 3^+} f(x) = 7$,则 $\lim_{x \to 3} f(x)$ 为:
1.3
$5$
$7$
Does not exist不存在
$6$
Correct! Since the left- and right-hand limits are not equal ($5 \neq 7$), the two-sided limit does not exist.正确!因为左极限与右极限不相等($5 \neq 7$),所以双侧极限不存在。
The two-sided limit exists only when the left- and right-hand limits are equal. Since $5 \neq 7$, the limit does not exist.双侧极限存在当且仅当左极限与右极限相等。由于 $5 \neq 7$,该极限不存在。
Worked Example — Reading a Graph with a Hole and a Jump例题——读取含"洞"与跳跃的图像

A graph of $g$ shows an open circle at $(2, 4)$, a filled dot at $(2, 1)$, and the curve rising smoothly toward height $4$ from both sides of $x = 2$. Find $\lim_{x \to 2} g(x)$ and $g(2)$.函数 $g$ 的图像在 $(2, 4)$ 处为空心圆,在 $(2, 1)$ 处为实心点,且曲线从 $x = 2$ 两侧都平滑地趋向高度 $4$。求 $\lim_{x \to 2} g(x)$ 与 $g(2)$。

Step 1 — Read each one-sided limit. As $x \to 2^-$ and $x \to 2^+$, the curve approaches height $4$ from both sides.第 1 步——读取每个单侧极限。当 $x \to 2^-$ 与 $x \to 2^+$ 时,曲线从两侧都趋向高度 $4$。

$$\lim_{x \to 2^-} g(x) = 4 \qquad \lim_{x \to 2^+} g(x) = 4$$

Step 2 — Combine. The one-sided limits agree, so the two-sided limit exists and equals $4$.第 2 步——合并。两个单侧极限相等,故双侧极限存在且等于 $4$。

$$\lim_{x \to 2} g(x) = 4$$

Step 3 — Read the value separately. The filled dot gives $g(2) = 1$. The limit ($4$) is not the function value ($1$): the graph has a removable discontinuity at $x = 2$.第 3 步——单独读取函数值。实心点给出 $g(2) = 1$。极限($4$)不等于函数值($1$):图像在 $x = 2$ 处为可去间断点。

Exam Tip — The Value at the Point Is Irrelevant考试提示——该点处的函数值无关紧要 When estimating $\lim_{x \to c} f(x)$ from a graph, ignore any filled dot sitting at $x = c$. The limit depends only on the heights the curve approaches from the left and right, never on the plotted value $f(c)$. A single open circle at $(c, L)$ still gives a limit of $L$. 从图像估计 $\lim_{x \to c} f(x)$ 时,忽略位于 $x = c$ 的任何实心点。极限只取决于曲线从左右两侧所趋向的高度,而与所画出的函数值 $f(c)$ 无关。即使在 $(c, L)$ 处只有一个空心圆,极限仍为 $L$。

Estimating Limit Values from Tables由表格估计极限值

Strategy解题策略 To estimate $\lim_{x \to c} f(x)$ from a table, evaluate $f(x)$ at values approaching $c$ from both sides. If $f(x)$ values converge to the same number from both sides, that number is the estimated limit. 由表格估计 $\lim_{x \to c} f(x)$,需在 $c$ 的两侧取若干趋于 $c$ 的 $x$ 值计算 $f(x)$。若 $f(x)$ 的值从两侧都收敛到同一个数,该数即为估计的极限值。
Worked Example — Estimating from a Table例题——由表格估计极限

Estimate $\displaystyle\lim_{x \to 2} \frac{x^2 - 4}{x - 2}$估计 $\displaystyle\lim_{x \to 2} \frac{x^2 - 4}{x - 2}$

$x$1.91.991.9992.0012.012.1
$f(x)$3.93.993.9994.0014.014.1

From the left: $f(x) \to 4$. From the right: $f(x) \to 4$.从左侧:$f(x) \to 4$。从右侧:$f(x) \to 4$。

$$\therefore \lim_{x \to 2} \frac{x^2 - 4}{x - 2} = 4$$
Exam Tip考试提示 When building a table on your calculator, choose values very close to $c$ on both sides (like $c \pm 0.001$). Be careful about rounding — don't declare a limit based on values that are far from $c$. 用计算器列表时,在 $c$ 的两侧都选取与 $c$ 非常接近的值(例如 $c \pm 0.001$)。注意四舍五入——不要根据离 $c$ 较远的值就断定极限值。
Practice: If the table shows $f(1.9) = 7.9$, $f(1.99) = 7.99$, $f(2.01) = 8.01$, $f(2.1) = 8.1$, estimate $\lim_{x \to 2} f(x)$.练习:若表格显示 $f(1.9) = 7.9$,$f(1.99) = 7.99$,$f(2.01) = 8.01$,$f(2.1) = 8.1$,估计 $\lim_{x \to 2} f(x)$。
Worked Example — When a Table Suggests DNE例题——当表格显示极限不存在

A table for $f$ near $x = 0$ shows the values below. Estimate $\lim_{x \to 0} f(x)$.$f$ 在 $x = 0$ 附近的表格取值如下。估计 $\lim_{x \to 0} f(x)$。

$x$-0.1-0.010.010.1
$f(x)$-1.98-1.9993.0013.02

Step 1 — Read each side. From the left the values approach $-2$; from the right they approach $3$.第 1 步——分别读取两侧。从左侧取值趋于 $-2$;从右侧取值趋于 $3$。

$$\lim_{x \to 0^-} f(x) \approx -2 \qquad \lim_{x \to 0^+} f(x) \approx 3$$

Step 2 — Compare. The one-sided estimates disagree ($-2 \neq 3$), so the two-sided limit does not exist. A table is enough to reveal this — you do not need a formula.第 2 步——比较。两侧的估计值不一致($-2 \neq 3$),故双侧极限不存在。仅凭表格即可看出这一点——不需要公式。

Common Exam Trap — Tables Can Mislead考试常见陷阱——表格可能误导 A numerical table only suggests a limit; it can never prove one. Rapidly oscillating functions such as $f(x) = \sin\!\left(\frac{1}{x}\right)$ may show deceptively "nice" values at $x = 0.1, 0.01, 0.001$ yet have no limit at all. When a table looks clean, still confirm the value analytically whenever a formula is available. 数值表只能提示极限,永远不能证明极限。像 $f(x) = \sin\!\left(\frac{1}{x}\right)$ 这样快速振荡的函数,在 $x = 0.1, 0.01, 0.001$ 处可能显示出看似"漂亮"的值,但根本没有极限。即便表格看起来很干净,只要有公式,仍应用解析方法确认其值。

Determining Limits Using Algebraic Properties of Limits利用极限的代数性质求极限

Limit Laws极限法则
$$ \lim_{x \to c}[f(x) \pm g(x)] = L \pm M $$ $$ \lim_{x \to c}[f(x) \cdot g(x)] = L \cdot M \qquad \lim_{x \to c}\frac{f(x)}{g(x)} = \frac{L}{M}, \; M \neq 0 $$ $$ \lim_{x \to c}[kf(x)] = kL \qquad \lim_{x \to c}[f(x)]^n = L^n $$
Key Insight关键洞察 Polynomials and rational functions (where the denominator is nonzero) can be evaluated by direct substitution. Always try direct substitution first — if it gives a real number, you're done. 多项式以及分母非零的有理函数都可直接代入(direct substitution)求极限。优先尝试直接代入——若结果是实数即可结束。
Worked Example — Using Limit Laws例题——使用极限法则

Find $\displaystyle\lim_{x \to 3}\bigl[2x^2 + 5x - 1\bigr]$.求 $\displaystyle\lim_{x \to 3}\bigl[2x^2 + 5x - 1\bigr]$。

This is a polynomial — use direct substitution:该式为多项式——直接代入:

$$\begin{aligned} &= 2(3)^2 + 5(3) - 1 \\ &= 2(9) + 15 - 1 \\ &= 18 + 15 - 1 \\ &= 32 \end{aligned}$$
If $\lim_{x \to 2} f(x) = 3$ and $\lim_{x \to 2} g(x) = -1$, then $\lim_{x \to 2} [f(x) \cdot g(x)]$ is:若 $\lim_{x \to 2} f(x) = 3$ 且 $\lim_{x \to 2} g(x) = -1$,则 $\lim_{x \to 2} [f(x) \cdot g(x)]$ 为:
1.5
$-3$
$3$
$2$
DNE
Correct! By the product law, $\lim [f(x) \cdot g(x)] = 3 \cdot (-1) = -3$.正确!由乘积法则,$\lim [f(x) \cdot g(x)] = 3 \cdot (-1) = -3$。
By the product law, $\lim [f(x) \cdot g(x)] = L \cdot M = 3 \cdot (-1) = -3$.由乘积法则,$\lim [f(x) \cdot g(x)] = L \cdot M = 3 \cdot (-1) = -3$。
Worked Example — Chaining Several Limit Laws例题——串联使用多条极限法则

Find $\displaystyle\lim_{x \to 4} \frac{\sqrt{x} + 3}{x - 1}$ using the limit laws, naming each law you use.利用极限法则求 $\displaystyle\lim_{x \to 4} \frac{\sqrt{x} + 3}{x - 1}$,并指出每一步所用的法则。

Step 1 — Check the denominator. At $x = 4$, the denominator is $4 - 1 = 3 \neq 0$, so the quotient law applies (no indeterminate form).第 1 步——检查分母。当 $x = 4$ 时,分母为 $4 - 1 = 3 \neq 0$,故可用商法则(无不定式)。

Step 2 — Evaluate numerator and denominator separately.第 2 步——分别求分子与分母的极限。

$$\begin{aligned} \lim_{x \to 4}(\sqrt{x} + 3) &= \sqrt{4} + 3 = 5 \qquad \text{(sum and root laws)} \\[4pt] \lim_{x \to 4}(x - 1) &= 4 - 1 = 3 \qquad \text{(difference law)} \end{aligned}$$

Step 3 — Apply the quotient law.第 3 步——应用商法则。

$$\lim_{x \to 4} \frac{\sqrt{x} + 3}{x - 1} = \frac{5}{3}$$
When the Laws Break Down法则失效的情形 The quotient law requires $\lim g(x) = M \neq 0$. If the denominator's limit is $0$, the law does not apply — you must first simplify (factor, rationalize) or analyze one-sided behavior. Likewise, the sum and product laws require each individual limit to exist; you cannot split $\lim[f(x) + g(x)]$ into two pieces if one of them diverges. 商法则要求 $\lim g(x) = M \neq 0$。若分母的极限为 $0$,该法则适用——必须先化简(因式分解、有理化)或分析单侧行为。同理,和法则与乘积法则要求各自的极限都存在;若其中之一发散,则不能把 $\lim[f(x) + g(x)]$ 拆成两部分。

Determining Limits Using Algebraic Manipulation通过代数变形求极限

When direct substitution gives $\frac{0}{0}$ (an indeterminate form), algebraic manipulation is needed to simplify the expression before re-attempting substitution.当直接代入得到 $\frac{0}{0}$,即不定式(indeterminate form)时,需要先做代数变形化简,再重新代入。

Three Key Techniques三大关键技巧 (1) Factoring — factor and cancel common factors. (2) Conjugate multiplication — rationalize expressions with radicals. (3) Trig identities — rewrite using identities before evaluating. (1) 因式分解——分解并消去公因式;(2) 共轭相乘——对含根号的表达式进行有理化;(3) 三角恒等式——用恒等式改写后再求极限。
Worked Example — Factoring例题——因式分解

Find $\displaystyle\lim_{x \to 3} \frac{x^2 - 9}{x - 3}$.求 $\displaystyle\lim_{x \to 3} \frac{x^2 - 9}{x - 3}$。

Direct substitution gives $\frac{9-9}{3-3} = \frac{0}{0}$ — indeterminate. Factor the numerator:直接代入得到 $\frac{9-9}{3-3} = \frac{0}{0}$,为不定式。对分子做因式分解:

$$\begin{aligned} &= \lim_{x \to 3} \frac{(x-3)(x+3)}{x-3} \\[4pt] &= \lim_{x \to 3} (x+3) \qquad\text{(cancel } x-3\text{)} \\[4pt] &= 3 + 3 = 6 \end{aligned}$$
Worked Example — Conjugate例题——共轭相乘

Find $\displaystyle\lim_{x \to 0} \frac{\sqrt{x+4} - 2}{x}$.求 $\displaystyle\lim_{x \to 0} \frac{\sqrt{x+4} - 2}{x}$。

Direct substitution gives $\frac{0}{0}$ — multiply by the conjugate:直接代入得到 $\frac{0}{0}$,乘以共轭式:

$$\begin{aligned} &= \lim_{x \to 0} \frac{(\sqrt{x+4}-2)(\sqrt{x+4}+2)}{x(\sqrt{x+4}+2)} \\[4pt] &= \lim_{x \to 0} \frac{(x+4)-4}{x(\sqrt{x+4}+2)} \\[4pt] &= \lim_{x \to 0} \frac{x}{x(\sqrt{x+4}+2)} \\[4pt] &= \lim_{x \to 0} \frac{1}{\sqrt{x+4}+2} \\[4pt] &= \frac{1}{\sqrt{4}+2} = \frac{1}{4} \end{aligned}$$
Practice: Evaluate $\lim_{x \to 5} \dfrac{x^2 - 25}{x - 5}$.练习:求 $\lim_{x \to 5} \dfrac{x^2 - 25}{x - 5}$。
Worked Example — Simplifying a Complex Fraction例题——化简繁分式

Find $\displaystyle\lim_{x \to 0} \frac{\frac{1}{x + 3} - \frac{1}{3}}{x}$.求 $\displaystyle\lim_{x \to 0} \frac{\frac{1}{x + 3} - \frac{1}{3}}{x}$。

Step 1 — Identify the form. Direct substitution gives $\frac{0}{0}$, so simplify first.第 1 步——判别形式。直接代入得 $\frac{0}{0}$,故先化简。

Step 2 — Combine the top fractions over the common denominator $3(x+3)$:第 2 步——将分子两项通分,公分母为 $3(x+3)$:

$$\frac{1}{x+3} - \frac{1}{3} = \frac{3 - (x+3)}{3(x+3)} = \frac{-x}{3(x+3)}$$

Step 3 — Divide by $x$ (multiply by $\frac{1}{x}$) and cancel:第 3 步——除以 $x$(即乘 $\frac{1}{x}$)并约分:

$$\frac{-x}{3(x+3)} \cdot \frac{1}{x} = \frac{-1}{3(x+3)}$$

Step 4 — Substitute.第 4 步——代入。

$$\lim_{x \to 0} \frac{-1}{3(x+3)} = \frac{-1}{3(3)} = -\frac{1}{9}$$
Evaluate $\lim_{x \to 1} \dfrac{x^3 - 1}{x - 1}$.求 $\lim_{x \to 1} \dfrac{x^3 - 1}{x - 1}$。
1.6b
$1$
$3$
$0$
DNE
Correct! Factor the difference of cubes: $x^3 - 1 = (x - 1)(x^2 + x + 1)$. Cancel $(x-1)$ to get $x^2 + x + 1$, then substitute $x = 1$: $1 + 1 + 1 = 3$.正确!用立方差公式分解:$x^3 - 1 = (x - 1)(x^2 + x + 1)$。约去 $(x-1)$ 得 $x^2 + x + 1$,代入 $x = 1$:$1 + 1 + 1 = 3$。
This is $\frac{0}{0}$, so factor. Using $a^3 - b^3 = (a-b)(a^2+ab+b^2)$: $x^3 - 1 = (x-1)(x^2+x+1)$. Cancel and substitute to get $3$.此为 $\frac{0}{0}$,需因式分解。由 $a^3 - b^3 = (a-b)(a^2+ab+b^2)$:$x^3 - 1 = (x-1)(x^2+x+1)$。约分后代入得 $3$。

Selecting Procedures for Determining Limits选择求极限的方法

Decision Flowchart决策流程图 Step 1: Try direct substitution. If you get a number, you're done.
Step 2: If you get $\frac{0}{0}$, try: factoring → conjugate → trig identities → L'Hôpital's (if learned).
Step 3: If you get $\frac{k}{0}$ (where $k \neq 0$), the limit is $\pm \infty$ or DNE — check one-sided limits.
Step 4: If the form is $\frac{\infty}{\infty}$, divide by the highest power of $x$ in the denominator.
第 1 步:先尝试直接代入。若得到一个数,即可结束。
第 2 步:若得到 $\frac{0}{0}$,依次尝试:因式分解 → 共轭相乘 → 三角恒等式 → 洛必达法则(L'Hôpital,若已学)。
第 3 步:若得到 $\frac{k}{0}$($k \neq 0$),极限为 $\pm \infty$ 或不存在——需检查单侧极限。
第 4 步:若为 $\frac{\infty}{\infty}$ 型,可同时除以分母中 $x$ 的最高次幂。
Exam Tip考试提示 AP questions on Topic 1.7 specifically test your ability to choose the right technique, not just execute it. Practice classifying limit problems before solving them. Ask yourself: "What form does direct substitution give me?" AP 在 1.7 中重点考察你选择合适方法的能力,而不仅仅是执行。先对极限题做分类再下手。问自己:"直接代入得到什么形式?"
Direct substitution in $\lim_{x \to 2} \frac{x^2 - 4}{x^2 - 3x + 2}$ gives $\frac{0}{0}$. The best next step is:对 $\lim_{x \to 2} \frac{x^2 - 4}{x^2 - 3x + 2}$ 直接代入得 $\frac{0}{0}$,下一步最合适的是:
1.7
Multiply by the conjugate乘以共轭式
Use a table of values使用数值表
Factor both numerator and denominator对分子和分母同时做因式分解
The limit does not exist极限不存在
Correct! Both $x^2 - 4 = (x-2)(x+2)$ and $x^2 - 3x + 2 = (x-2)(x-1)$ share the factor $(x-2)$. After canceling: $\frac{x+2}{x-1}$, which gives $\frac{4}{1} = 4$ at $x = 2$.正确!$x^2 - 4 = (x-2)(x+2)$ 与 $x^2 - 3x + 2 = (x-2)(x-1)$ 同时含有因式 $(x-2)$。消去后得到 $\frac{x+2}{x-1}$,代入 $x = 2$ 得 $\frac{4}{1} = 4$。
When you get $\frac{0}{0}$, factor first. $\frac{(x-2)(x+2)}{(x-2)(x-1)} = \frac{x+2}{x-1}$. At $x = 2$: $\frac{4}{1} = 4$.出现 $\frac{0}{0}$ 时首选因式分解。$\frac{(x-2)(x+2)}{(x-2)(x-1)} = \frac{x+2}{x-1}$,代入 $x = 2$ 得 $\frac{4}{1} = 4$。
Worked Example — Choosing a Procedure for a $\frac{k}{0}$ Form例题——为 $\frac{k}{0}$ 型选择方法

Determine $\displaystyle\lim_{x \to 3} \frac{x + 2}{x - 3}$.求 $\displaystyle\lim_{x \to 3} \frac{x + 2}{x - 3}$。

Step 1 — Substitute to classify the form. The numerator $\to 5$ and the denominator $\to 0$, giving $\frac{5}{0}$ — a nonzero-over-zero form. This is not $\frac{0}{0}$, so do not factor; the limit is infinite or DNE.第 1 步——代入以判别形式。分子 $\to 5$,分母 $\to 0$,得 $\frac{5}{0}$——非零比零型。它不是 $\frac{0}{0}$,故不应因式分解;极限为无穷或不存在。

Step 2 — Test each side with a sign analysis.第 2 步——用符号分析检验两侧。

$$\lim_{x \to 3^-} \frac{x+2}{x-3} = \frac{5}{0^-} = -\infty \qquad \lim_{x \to 3^+} \frac{x+2}{x-3} = \frac{5}{0^+} = +\infty$$

Step 3 — Conclude. The one-sided limits disagree ($-\infty$ vs $+\infty$), so the two-sided limit does not exist, and $x = 3$ is a vertical asymptote.第 3 步——下结论。两个单侧极限不一致($-\infty$ 与 $+\infty$),故双侧极限不存在,且 $x = 3$ 为垂直渐近线。


Determining Limits Using the Squeeze Theorem利用夹逼定理求极限

The Squeeze Theorem夹逼定理
$$ \text{If } g(x) \leq f(x) \leq h(x) \text{ near } c, \text{ and } \lim_{x \to c} g(x) = \lim_{x \to c} h(x) = L, \text{ then } \lim_{x \to c} f(x) = L $$
Classic Results from the Squeeze Theorem由夹逼定理得出的经典结论 These two limits are proved using the Squeeze Theorem and appear constantly on the AP exam:

$\displaystyle\lim_{x \to 0} \frac{\sin x}{x} = 1$     $\displaystyle\lim_{x \to 0} \frac{1 - \cos x}{x} = 0$
下面两个极限可由夹逼定理(squeeze theorem)证明,是 AP 考试常考的重要结果:

$\displaystyle\lim_{x \to 0} \frac{\sin x}{x} = 1$     $\displaystyle\lim_{x \to 0} \frac{1 - \cos x}{x} = 0$
Must-Know Trig Limits必记三角极限
$$ \lim_{x \to 0} \frac{\sin x}{x} = 1 \qquad \lim_{x \to 0} \frac{1 - \cos x}{x} = 0 $$
Worked Example — Squeeze Theorem例题——夹逼定理

Show that $\displaystyle\lim_{x \to 0} x^2 \sin\!\left(\tfrac{1}{x}\right) = 0$.证明 $\displaystyle\lim_{x \to 0} x^2 \sin\!\left(\tfrac{1}{x}\right) = 0$。

We know $-1 \le \sin(1/x) \le 1$ for all $x \neq 0$. Multiply through by $x^2 \ge 0$:已知对所有 $x \neq 0$,$-1 \le \sin(1/x) \le 1$。整体乘以 $x^2 \ge 0$:

$$-x^2 \;\le\; x^2 \sin\!\left(\tfrac{1}{x}\right) \;\le\; x^2$$

Since $\lim_{x \to 0}(-x^2) = 0$ and $\lim_{x \to 0} x^2 = 0$, by the Squeeze Theorem:由于 $\lim_{x \to 0}(-x^2) = 0$ 且 $\lim_{x \to 0} x^2 = 0$,由夹逼定理

$$\lim_{x \to 0} x^2 \sin\!\left(\tfrac{1}{x}\right) = 0$$
Worked Example — Using sin(x)/x例题——使用 sin(x)/x

Find $\displaystyle\lim_{x \to 0} \frac{\sin(3x)}{5x}$.求 $\displaystyle\lim_{x \to 0} \frac{\sin(3x)}{5x}$。

Rewrite to match the standard form $\frac{\sin u}{u} \to 1$:改写以匹配标准形式 $\frac{\sin u}{u} \to 1$:

$$\begin{aligned} &= \lim_{x \to 0} \frac{\sin(3x)}{3x} \cdot \frac{3x}{5x} \\[4pt] &= \lim_{x \to 0} \frac{\sin(3x)}{3x} \cdot \frac{3}{5} \\[4pt] &= 1 \cdot \frac{3}{5} = \frac{3}{5} \end{aligned}$$
Common Exam Trap考试常见陷阱 $\lim_{x \to 0} \frac{\sin x}{x} = 1$ but $\lim_{x \to 0} \frac{x}{\sin x} = 1$ as well. However, $\lim_{x \to 0} \frac{\sin(3x)}{x} = 3$, not 1. Always match the argument: $\frac{\sin(kx)}{kx} \to 1$, so $\frac{\sin(kx)}{x} \to k$. $\lim_{x \to 0} \frac{\sin x}{x} = 1$,同样 $\lim_{x \to 0} \frac{x}{\sin x} = 1$。但是 $\lim_{x \to 0} \frac{\sin(3x)}{x} = 3$,而不是 1。务必保持自变量匹配:$\frac{\sin(kx)}{kx} \to 1$,所以 $\frac{\sin(kx)}{x} \to k$。
Practice: Evaluate $\lim_{x \to 0} \dfrac{\sin(7x)}{x}$.练习:求 $\lim_{x \to 0} \dfrac{\sin(7x)}{x}$。
Worked Example — Squeeze with a Bounded Cosine例题——利用有界余弦的夹逼

Find $\displaystyle\lim_{x \to 0} x\cos\!\left(\frac{1}{x^2}\right)$.求 $\displaystyle\lim_{x \to 0} x\cos\!\left(\frac{1}{x^2}\right)$。

Step 1 — Bound the oscillating factor. For all $x \neq 0$, $-1 \le \cos\!\left(\frac{1}{x^2}\right) \le 1$.第 1 步——对振荡因子定界。对所有 $x \neq 0$,$-1 \le \cos\!\left(\frac{1}{x^2}\right) \le 1$。

Step 2 — Multiply by $|x|$. Since $|x| \ge 0$, multiplying preserves the inequality:第 2 步——乘以 $|x|$。因 $|x| \ge 0$,相乘保持不等式方向:

$$-|x| \;\le\; x\cos\!\left(\frac{1}{x^2}\right) \;\le\; |x|$$

Step 3 — Squeeze. Both $\lim_{x \to 0}(-|x|) = 0$ and $\lim_{x \to 0}|x| = 0$, so by the Squeeze Theorem the middle limit is $0$.第 3 步——夹逼。由于 $\lim_{x \to 0}(-|x|) = 0$ 且 $\lim_{x \to 0}|x| = 0$,由夹逼定理,中间的极限为 $0$。

$$\lim_{x \to 0} x\cos\!\left(\frac{1}{x^2}\right) = 0$$
Evaluate $\lim_{x \to 0} \dfrac{\tan x}{x}$.求 $\lim_{x \to 0} \dfrac{\tan x}{x}$。
1.8b
$0$
DNE
$1$
$\infty$
Correct! Write $\frac{\tan x}{x} = \frac{\sin x}{x} \cdot \frac{1}{\cos x}$. As $x \to 0$, $\frac{\sin x}{x} \to 1$ and $\frac{1}{\cos x} \to 1$, so the product is $1 \cdot 1 = 1$.正确!写成 $\frac{\tan x}{x} = \frac{\sin x}{x} \cdot \frac{1}{\cos x}$。当 $x \to 0$ 时,$\frac{\sin x}{x} \to 1$ 且 $\frac{1}{\cos x} \to 1$,故乘积为 $1 \cdot 1 = 1$。
Split it: $\frac{\tan x}{x} = \frac{\sin x}{x} \cdot \frac{1}{\cos x}$. Both factors approach $1$, so the limit is $1$.拆分:$\frac{\tan x}{x} = \frac{\sin x}{x} \cdot \frac{1}{\cos x}$。两个因子都趋于 $1$,故极限为 $1$。

Connecting Multiple Representations of Limits联系极限的多种表示

Four Representations四种表示方式 A limit can be expressed and estimated graphically (reading a graph), numerically (from a table), analytically (algebraic evaluation), and verbally (in words). You must be fluent in all four and able to translate between them. 极限可以通过图像(读图)、数值(由表格)、解析(代数求值)以及语言(用文字描述)四种方式来表达与估计。这四种方式都要熟练,并能在它们之间互相转换。
Exam Tip考试提示 Free-response questions often present data in one representation and ask you to use another. Practice: given a table, sketch the graph. Given a graph, write the limit in analytical notation. Given a formula, describe the limit behavior in words. 自由回答题常用一种表示给出数据,并要求用另一种作答。多多练习:给表格,画图像;给图像,用解析记号写极限;给公式,用语言描述极限行为。
If $\lim_{x \to 2} f(x) = 5$, which is guaranteed?若 $\lim_{x \to 2} f(x) = 5$,下列哪一项必然成立?
1.9
$f(2) = 5$
$f$ is continuous at $x = 2$$f$ 在 $x = 2$ 处连续
$f$ is defined at $x = 2$$f$ 在 $x = 2$ 处有定义
$f(x)$ approaches 5 as $x$ approaches 2当 $x$ 趋于 2 时,$f(x)$ 趋近于 5
Correct! The limit tells us what $f(x)$ approaches — it says nothing about whether $f(2)$ exists, let alone equals 5.正确!极限只告诉我们 $f(x)$ 所趋近的值——并不说明 $f(2)$ 是否存在,更不必等于 5。
The limit describes what $f(x)$ approaches near $x = 2$. It does not guarantee $f(2)$ exists or that $f$ is continuous.极限刻画的是 $x = 2$ 附近 $f(x)$ 所趋近的值,并不保证 $f(2)$ 存在或 $f$ 在该点连续。

Exploring Types of Discontinuities探究不连续点的类型

Three Types of Discontinuities不连续点(discontinuity)的三种类型 Removable (hole): The limit exists, but $f(c)$ is either undefined or $f(c) \neq \lim_{x \to c} f(x)$. Can be "fixed" by redefining $f(c)$.

Jump: Both one-sided limits exist but are not equal: $\lim_{x \to c^-} f(x) \neq \lim_{x \to c^+} f(x)$. Common in piecewise functions.

Infinite (vertical asymptote): At least one of the one-sided limits is $\pm\infty$.
可去间断点(洞):极限存在,但 $f(c)$ 无定义或 $f(c) \neq \lim_{x \to c} f(x)$。可通过重新定义 $f(c)$ 来"修补"。

跳跃间断点:两个单侧极限都存在但不相等:$\lim_{x \to c^-} f(x) \neq \lim_{x \to c^+} f(x)$。常见于分段函数。

无穷间断点(垂直渐近线):至少一个单侧极限为 $\pm\infty$。
Common Exam Trap考试常见陷阱 Don't confuse the type of discontinuity with whether a limit exists. At a removable discontinuity, the limit does exist. At a jump discontinuity, the two-sided limit does not exist. 不要把不连续点的类型与极限是否存在混为一谈。在可去间断点处,极限确实存在;在跳跃间断点处,双侧极限存在。
$f(x) = \frac{x^2 - 1}{x - 1}$ has what type of discontinuity at $x = 1$?$f(x) = \frac{x^2 - 1}{x - 1}$ 在 $x = 1$ 处的不连续类型为:
1.10
Jump跳跃
Removable可去
Infinite无穷
No discontinuity不存在不连续
Correct! $\frac{x^2 - 1}{x - 1} = \frac{(x-1)(x+1)}{x-1} = x + 1$ for $x \neq 1$. The limit is 2, but $f(1)$ is undefined — a hole.正确!当 $x \neq 1$ 时,$\frac{x^2 - 1}{x - 1} = \frac{(x-1)(x+1)}{x-1} = x + 1$。极限为 2,但 $f(1)$ 无定义——为一个"洞"。
Factor: $\frac{(x-1)(x+1)}{x-1} = x+1$ for $x \neq 1$. The limit as $x \to 1$ is 2, but $f(1)$ is undefined. This is a removable discontinuity (hole).因式分解:当 $x \neq 1$ 时,$\frac{(x-1)(x+1)}{x-1} = x+1$。$x \to 1$ 时极限为 2,但 $f(1)$ 无定义。这是可去间断点(洞)。
Worked Example — Classifying a Jump Discontinuity例题——判定跳跃间断点

Classify the discontinuity of $f$ at $x = 1$, where $f(x) = \begin{cases} 2x, & x < 1 \\ x + 3, & x \ge 1 \end{cases}$.判定 $f$ 在 $x = 1$ 处的不连续类型,其中 $f(x) = \begin{cases} 2x, & x < 1 \\ x + 3, & x \ge 1 \end{cases}$。

Step 1 — One-sided limits.第 1 步——单侧极限。

$$\lim_{x \to 1^-} 2x = 2 \qquad \lim_{x \to 1^+} (x + 3) = 4$$

Step 2 — Compare. Both one-sided limits are finite but $2 \neq 4$, so the two-sided limit does not exist. Because the two sides are finite and simply "jump," this is a jump discontinuity.第 2 步——比较。两个单侧极限均有限,但 $2 \neq 4$,故双侧极限不存在。由于两侧都有限且发生"跳跃",这是跳跃间断点

Worked Example — Classifying an Infinite Discontinuity例题——判定无穷间断点

Classify the discontinuity of $f(x) = \dfrac{x + 1}{x - 2}$ at $x = 2$.判定 $f(x) = \dfrac{x + 1}{x - 2}$ 在 $x = 2$ 处的不连续类型。

Step 1 — Check the form. At $x = 2$: numerator $\to 3$, denominator $\to 0$, giving $\frac{3}{0}$ — nonzero over zero, so the factor does not cancel.第 1 步——检查形式。当 $x = 2$ 时:分子 $\to 3$,分母 $\to 0$,得 $\frac{3}{0}$——非零比零,因式不能约去。

Step 2 — One-sided behavior. As $x \to 2^-$, $f \to -\infty$; as $x \to 2^+$, $f \to +\infty$. At least one side is infinite, so this is an infinite (essential) discontinuity with a vertical asymptote at $x = 2$.第 2 步——单侧行为。当 $x \to 2^-$ 时 $f \to -\infty$;当 $x \to 2^+$ 时 $f \to +\infty$。至少一侧为无穷,故为无穷(本性)间断点,在 $x = 2$ 处有垂直渐近线。

Exam Tip — Decide by the Form First考试提示——先由形式判断 A fast triage: substitute at $x = c$. A $\frac{0}{0}$ form that cancels signals a removable hole; a $\frac{k}{0}$ form ($k \neq 0$) signals an infinite discontinuity; a piecewise definition whose one-sided limits are finite but unequal signals a jump. Always confirm with one-sided limits before naming the type. 快速分流:在 $x = c$ 处代入。可约去的 $\frac{0}{0}$ 型意味着可去的洞;$\frac{k}{0}$ 型($k \neq 0$)意味着无穷间断点;单侧极限有限但不相等的分段定义意味着跳跃。命名类型前务必用单侧极限确认。

Defining Continuity at a Point某点处连续性的定义

Three Conditions for Continuity at $x = c$$x = c$ 处连续的三个条件
$$ \text{1. } f(c) \text{ is defined} \qquad \text{2. } \lim_{x \to c} f(x) \text{ exists} \qquad \text{3. } \lim_{x \to c} f(x) = f(c) $$

All three conditions must hold. If any one fails, $f$ is discontinuous at $c$.三个条件必须同时满足。任意一个不成立,$f$ 在 $c$ 处就不连续。

Exam Tip — Showing Your Work考试提示——书写过程 When justifying continuity on the AP exam, always explicitly verify all three conditions. Write: "$f(c) = \ldots$", "The limit equals $\ldots$", and "Since $f(c)$ equals the limit, $f$ is continuous at $c$." If discontinuous, state which condition fails. 在 AP 考试中论证连续性时,务必明确地验证全部三个条件。写出:"$f(c) = \ldots$"、"极限等于 $\ldots$"、"由于 $f(c)$ 等于极限,$f$ 在 $c$ 处连续。"若不连续,说明哪一条不满足。
Worked Example — Testing Continuity例题——判断连续性

Is $f$ continuous at $x = 2$?$f$ 在 $x = 2$ 处连续吗?

$$f(x) = \begin{cases} x^2 - 1, & x < 2 \\ 5, & x = 2 \\ 2x + 1, & x > 2 \end{cases}$$

Condition 1: $f(2) = 5$ ✓ (defined)条件 1:$f(2) = 5$ ✓(有定义)

Condition 2: Check the limit:条件 2:检查极限:

$$\begin{aligned} \text{Left: } &\lim_{x \to 2^-}(x^2 - 1) = 4 - 1 = 3 \\[4pt] \text{Right: } &\lim_{x \to 2^+}(2x + 1) = 4 + 1 = 5 \end{aligned}$$

Left $\neq$ Right, so the limit does not exist. Condition 2 fails — $f$ is discontinuous at $x = 2$ (jump discontinuity).左 $\neq$ 右,所以极限不存在。条件 2 不满足——$f$ 在 $x = 2$ 处不连续(跳跃间断点)。

Practice: If $f(x) = \begin{cases} x+1, & x \neq 3 \\ 7, & x = 3 \end{cases}$, what is $\lim_{x \to 3} f(x)$?练习:若 $f(x) = \begin{cases} x+1, & x \neq 3 \\ 7, & x = 3 \end{cases}$,则 $\lim_{x \to 3} f(x)$ 为多少?
Worked Example — Verifying Continuity Holds例题——验证连续性成立

Show that $f(x) = \begin{cases} \frac{x^2 - 9}{x - 3}, & x \neq 3 \\ 6, & x = 3 \end{cases}$ is continuous at $x = 3$.证明 $f(x) = \begin{cases} \frac{x^2 - 9}{x - 3}, & x \neq 3 \\ 6, & x = 3 \end{cases}$ 在 $x = 3$ 处连续。

Condition 1 — $f(3)$ is defined. By the rule, $f(3) = 6$. ✓条件 1——$f(3)$ 有定义。由定义,$f(3) = 6$。✓

Condition 2 — the limit exists. For $x \neq 3$, factor and cancel:条件 2——极限存在。当 $x \neq 3$ 时,因式分解并约分:

$$\lim_{x \to 3} \frac{x^2 - 9}{x - 3} = \lim_{x \to 3} \frac{(x-3)(x+3)}{x-3} = \lim_{x \to 3}(x + 3) = 6$$

Condition 3 — they match. Since $\lim_{x \to 3} f(x) = 6 = f(3)$, all three conditions hold, so $f$ is continuous at $x = 3$. The piecewise value $6$ was chosen precisely to plug the hole.条件 3——两者相等。由于 $\lim_{x \to 3} f(x) = 6 = f(3)$,三个条件都满足,故 $f$ 在 $x = 3$ 处连续。分段取值 $6$ 恰好是为了补上这个洞。

For what value of $k$ is $f(x) = \begin{cases} kx - 1, & x \le 2 \\ x^2, & x > 2 \end{cases}$ continuous at $x = 2$?当 $k$ 取何值时,$f(x) = \begin{cases} kx - 1, & x \le 2 \\ x^2, & x > 2 \end{cases}$ 在 $x = 2$ 处连续?
1.11b
$k = 2$
$k = 1$
$k = \frac{3}{2}$
$k = \frac{5}{2}$
Correct! Continuity needs the two pieces to meet: $k(2) - 1 = 2^2$, so $2k - 1 = 4$, giving $2k = 5$ and $k = \frac{5}{2}$.正确!连续性要求两段在 $x = 2$ 处相接:$k(2) - 1 = 2^2$,即 $2k - 1 = 4$,得 $2k = 5$,$k = \frac{5}{2}$。
Set the two pieces equal at $x = 2$: $2k - 1 = 4$. Solve: $k = \frac{5}{2}$.令两段在 $x = 2$ 处相等:$2k - 1 = 4$,解得 $k = \frac{5}{2}$。

Confirming Continuity over an Interval确认在区间上的连续性

Continuity on an Interval区间上的连续性(continuity A function is continuous on an open interval $(a, b)$ if it is continuous at every point in the interval. For a closed interval $[a, b]$, we also require that $\lim_{x \to a^+} f(x) = f(a)$ and $\lim_{x \to b^-} f(x) = f(b)$. 函数在开区间 $(a, b)$ 上连续,是指它在区间内每一点都连续。对于闭区间 $[a, b]$,还要求 $\lim_{x \to a^+} f(x) = f(a)$ 且 $\lim_{x \to b^-} f(x) = f(b)$。
Functions Continuous on Their Domains在定义域上处处连续的函数 Polynomial, rational, power, exponential, logarithmic, and trigonometric functions are all continuous at every point in their respective domains. Use this fact to identify intervals of continuity quickly. 多项式函数、有理函数、幂函数、指数函数、对数函数与三角函数在各自的定义域(domain)内每一点都连续。利用这一事实可以迅速判定连续区间。
Worked Example — Confirming Continuity on a Closed Interval例题——确认在闭区间上的连续性

Show that $f(x) = \sqrt{4 - x^2}$ is continuous on the closed interval $[-2, 2]$.证明 $f(x) = \sqrt{4 - x^2}$ 在闭区间 $[-2, 2]$ 上连续。

Step 1 — Domain check. $f$ is defined exactly where $4 - x^2 \ge 0$, i.e. on $[-2, 2]$, so the interval matches the natural domain.第 1 步——定义域检查。$f$ 恰好在 $4 - x^2 \ge 0$ 处有定义,即 $[-2, 2]$,与所给区间一致。

Step 2 — Interior continuity. $4 - x^2$ is a polynomial, so it is continuous everywhere. Since $\sqrt{u}$ is continuous for every $u \ge 0$, the composition $f(x) = \sqrt{4 - x^2}$ is continuous at every point of the open interval $(-2, 2)$.第 2 步——内部连续性。$4 - x^2$ 是多项式,处处连续。又因 $\sqrt{u}$ 在每个 $u \ge 0$ 处连续,复合函数 $f(x) = \sqrt{4 - x^2}$ 在开区间 $(-2, 2)$ 内每一点都连续。

Step 3 — Endpoint (one-sided) checks. Continuity on a closed interval only requires the appropriate one-sided limit to match the function value at each endpoint:第 3 步——端点(单侧)检查。闭区间上的连续性只要求在每个端点处,相应的单侧极限等于函数值:

$$\lim_{x \to -2^+} \sqrt{4 - x^2} = \sqrt{4 - 4} = 0 = f(-2) \qquad \lim_{x \to 2^-} \sqrt{4 - x^2} = \sqrt{4 - 4} = 0 = f(2)$$

Both one-sided limits agree with the function value, so $f$ is continuous on all of $[-2, 2]$. This same three-step pattern — domain, interior, endpoints — works for any interval-continuity question: don't stop at "the interior is fine," always close the loop at the boundary.两个单侧极限都与函数值相符,故 $f$ 在整个 $[-2, 2]$ 上连续。这个三步套路——定义域、内部、端点——适用于任何区间连续性问题:不要止步于"内部没问题",一定要在边界处把结论闭合。

Practice: $g(x) = \sqrt{9 - x^2}$ is continuous on $[-3, 3]$. What is $\lim_{x \to 3^-} g(x)$?练习:$g(x) = \sqrt{9 - x^2}$ 在 $[-3, 3]$ 上连续。求 $\lim_{x \to 3^-} g(x)$。

Removing Discontinuities去除不连续点

Removable Discontinuities可去间断点(removable discontinuity If $\lim_{x \to c} f(x) = L$ exists but $f(c) \neq L$ (or $f(c)$ is undefined), redefining $f(c) = L$ removes the discontinuity. 若 $\lim_{x \to c} f(x) = L$ 存在,但 $f(c) \neq L$(或 $f(c)$ 无定义),则将 $f(c)$ 重新定义为 $L$ 即可去除该不连续。
Worked Example — Piecewise Continuity例题——分段函数的连续性

Find the value of $k$ that makes $f$ continuous at $x = 2$:求使 $f$ 在 $x = 2$ 处连续的 $k$ 值:

$$f(x) = \begin{cases} kx + 1, & x \le 2 \\ x^2 - 1, & x > 2 \end{cases}$$

For continuity, the left and right limits must equal $f(2)$:连续要求左极限与右极限都等于 $f(2)$:

$$\begin{aligned} \text{Left: } &\lim_{x \to 2^-}(kx+1) = 2k + 1 \\[4pt] \text{Right: } &\lim_{x \to 2^+}(x^2 - 1) = 3 \end{aligned}$$

Set equal and solve:令两者相等并求解:

$$2k + 1 = 3 \;\;\Longrightarrow\;\; 2k = 2 \;\;\Longrightarrow\;\; k = 1$$
Practice: Find $k$ so that $f(x) = \begin{cases} 3x + k, & x \leq 1 \\ 5x - 2, & x > 1 \end{cases}$ is continuous at $x = 1$.练习:求 $k$,使得 $f(x) = \begin{cases} 3x + k, & x \leq 1 \\ 5x - 2, & x > 1 \end{cases}$ 在 $x = 1$ 处连续。
Removable vs. Non-Removable可去与不可去间断点 Not every discontinuity can be patched. A jump discontinuity ($\lim_{x\to c^-} f(x) \neq \lim_{x\to c^+} f(x)$) and an infinite discontinuity (a vertical asymptote) are both non-removable, because no single value assigned to $f(c)$ can make both one-sided limits agree with it. Only check whether a discontinuity is "removable" after confirming the two-sided limit actually exists — that's the test that separates a hole in the graph from a genuine break. 并非所有间断点都能修补。跳跃间断点($\lim_{x\to c^-} f(x) \neq \lim_{x\to c^+} f(x)$)与无穷间断点(垂直渐近线)都是不可去的,因为无论把 $f(c)$ 赋成什么值,都无法让两个单侧极限同时与之相符。只有在确认双侧极限确实存在之后,才去判断该间断点是否"可去"——这正是区分图像上的空洞与真正断裂的判据。
Which discontinuity of $f(x) = \dfrac{x^2 - 4}{x - 2}$ at $x = 2$ is removable?$f(x) = \dfrac{x^2 - 4}{x - 2}$ 在 $x = 2$ 处的间断是否可去?
1.13b
No — it's a jump discontinuity否——是跳跃间断点
Yes — redefine $f(2) = 4$是——将 $f(2)$ 重新定义为 4
No — it's a vertical asymptote否——是垂直渐近线
The function is already continuous该函数本来就连续
Correct! Factoring gives $f(x) = x + 2$ for $x \neq 2$, and $\lim_{x \to 2} f(x) = 4$ exists — the graph just has a hole at $(2, 4)$. Redefining $f(2) = 4$ removes it.正确!因式分解得 $f(x) = x + 2$($x \neq 2$),且 $\lim_{x \to 2} f(x) = 4$ 存在——图像只是在 $(2,4)$ 处有一个空洞。把 $f(2)$ 重新定义为 4 即可去除该间断。
Factor first: $\dfrac{x^2-4}{x-2} = \dfrac{(x-2)(x+2)}{x-2} = x + 2$ for $x \neq 2$. The two-sided limit exists ($=4$), so this is removable.先因式分解:$\dfrac{x^2-4}{x-2} = \dfrac{(x-2)(x+2)}{x-2} = x + 2$($x \neq 2$)。双侧极限存在($=4$),所以是可去间断点。

Connecting Infinite Limits and Vertical Asymptotes无穷极限与垂直渐近线的联系

Vertical Asymptotes垂直渐近线(vertical asymptote If $\lim_{x \to c^+} f(x) = \pm\infty$ or $\lim_{x \to c^-} f(x) = \pm\infty$, then $x = c$ is a vertical asymptote. This occurs when the denominator approaches $0$ while the numerator approaches a nonzero value. 若 $\lim_{x \to c^+} f(x) = \pm\infty$ 或 $\lim_{x \to c^-} f(x) = \pm\infty$,则 $x = c$ 是垂直渐近线。当分母趋于 $0$ 而分子趋于非零值时即出现这种情形。
Sign Analysis Technique符号分析法 To determine whether the limit is $+\infty$ or $-\infty$, analyze the sign of the function on each side of $c$. Check: is the numerator positive or negative? Is the denominator approaching $0^+$ or $0^-$? Combine the signs. 要判断极限是 $+\infty$ 还是 $-\infty$,分别在 $c$ 两侧分析函数的符号。先看:分子是正还是负?分母趋于 $0^+$ 还是 $0^-$?再综合两个符号。
$\lim_{x \to 0^+} \dfrac{1}{x}$ equals:$\lim_{x \to 0^+} \dfrac{1}{x}$ 等于:
1.14
$+\infty$
$-\infty$
$0$
DNE
Correct! As $x \to 0^+$, both the numerator (1) and denominator ($x$) are positive. Positive divided by a small positive number gives a large positive number, so the limit is $+\infty$.正确!当 $x \to 0^+$ 时,分子(1)与分母($x$)都为正。正数除以一个小正数得到一个大的正数,故极限为 $+\infty$。
As $x \to 0^+$, $x$ is small and positive, so $1/x$ is large and positive. The limit is $+\infty$.当 $x \to 0^+$ 时,$x$ 为很小的正数,所以 $1/x$ 为很大的正数。极限为 $+\infty$。
Worked Example — Sign Analysis at a Vertical Asymptote例题——垂直渐近线处的符号分析

Find the one-sided limits of $f(x) = \dfrac{x - 4}{(x + 1)^2}$ as $x \to -1$.求 $f(x) = \dfrac{x - 4}{(x + 1)^2}$ 当 $x \to -1$ 时的单侧极限。

Step 1 — Form check. At $x = -1$: numerator $\to -5$, denominator $\to 0$, giving $\frac{-5}{0}$ — infinite.第 1 步——形式检查。当 $x = -1$ 时:分子 $\to -5$,分母 $\to 0$,得 $\frac{-5}{0}$——无穷。

Step 2 — Sign of the denominator. Because $(x+1)^2$ is a square, it approaches $0^+$ from both sides.第 2 步——分母的符号。因 $(x+1)^2$ 为平方,从侧都趋于 $0^+$。

Step 3 — Combine signs. Negative numerator over a tiny positive denominator gives $-\infty$ on each side:第 3 步——综合符号。负的分子除以极小的正分母,两侧都得 $-\infty$:

$$\lim_{x \to -1^-} f(x) = -\infty \qquad \lim_{x \to -1^+} f(x) = -\infty$$

Both sides agree at $-\infty$, so we may also write $\lim_{x \to -1} f(x) = -\infty$, and $x = -1$ is a vertical asymptote.两侧都为 $-\infty$,故也可写 $\lim_{x \to -1} f(x) = -\infty$,且 $x = -1$ 为垂直渐近线。

Even vs. Odd Powers in the Denominator分母中的偶次与奇次幂 A factor like $(x - c)^2$ (even power) keeps the denominator positive on both sides, so the two one-sided infinite limits share the same sign. A factor like $(x - c)^1$ (odd power) changes sign across $c$, so the one-sided limits are $+\infty$ on one side and $-\infty$ on the other — and the two-sided limit does not exist. 像 $(x - c)^2$(偶次幂)这样的因式使分母在两侧都为正,故两个单侧无穷极限同号。像 $(x - c)^1$(奇次幂)这样的因式在 $c$ 两侧变号,故单侧极限一侧为 $+\infty$、另一侧为 $-\infty$——此时双侧极限不存在。

Connecting Limits at Infinity and Horizontal Asymptotes无穷处的极限与水平渐近线的联系

Horizontal Asymptote Rules for Rational Functions有理函数的水平渐近线(horizontal asymptote)规则 For $f(x) = \frac{a_n x^n + \cdots}{b_m x^m + \cdots}$:

If $n < m$: HA at $y = 0$. Numerator's degree is smaller — denominator "wins."

If $n = m$: HA at $y = \frac{a_n}{b_m}$ (ratio of leading coefficients).

If $n > m$: No horizontal asymptote. The function grows without bound.
对 $f(x) = \frac{a_n x^n + \cdots}{b_m x^m + \cdots}$:

若 $n < m$:水平渐近线为 $y = 0$。分子次数较小——分母"取胜"。

若 $n = m$:水平渐近线为 $y = \frac{a_n}{b_m}$(首项系数之比)。

若 $n > m$:无水平渐近线,函数无界增大。
Interactive End Behavior Explorer交互式末端行为演示

Explore $f(x) = \frac{ax^n}{x^m + 1}$ — adjust the degree of the numerator and denominator to see how horizontal asymptotes depend on the degree comparison.探索 $f(x) = \frac{ax^n}{x^m + 1}$——调整分子与分母的次数,观察水平渐近线如何依赖于次数比较。

a = 2.0
n = 1
m = 1
HA: y = 2.0 (equal degrees)水平渐近线:y = 2.0(次数相同)
Practice: What is $\lim_{x \to \infty} \dfrac{3x^2 + 1}{5x^2 - 2}$?练习:$\lim_{x \to \infty} \dfrac{3x^2 + 1}{5x^2 - 2}$ 等于多少?
Worked Example — Equal Degrees (Divide by Highest Power)例题——次数相同(除以最高次幂)

Find $\displaystyle\lim_{x \to \infty} \frac{6x^2 - 5x + 1}{2x^2 + 7}$.求 $\displaystyle\lim_{x \to \infty} \frac{6x^2 - 5x + 1}{2x^2 + 7}$。

Step 1 — Divide every term by $x^2$ (the highest power in the denominator):第 1 步——每一项都除以 $x^2$(分母中的最高次幂):

$$\frac{6x^2 - 5x + 1}{2x^2 + 7} = \frac{6 - \frac{5}{x} + \frac{1}{x^2}}{2 + \frac{7}{x^2}}$$

Step 2 — Send $x \to \infty$. Every $\frac{1}{x}$ and $\frac{1}{x^2}$ term vanishes:第 2 步——令 $x \to \infty$。每个 $\frac{1}{x}$ 与 $\frac{1}{x^2}$ 项都趋于 $0$:

$$\lim_{x \to \infty} \frac{6 - \frac{5}{x} + \frac{1}{x^2}}{2 + \frac{7}{x^2}} = \frac{6 - 0 + 0}{2 + 0} = 3$$

The ratio of leading coefficients $\frac{6}{2} = 3$ confirms the horizontal asymptote $y = 3$.首项系数之比 $\frac{6}{2} = 3$ 印证了水平渐近线 $y = 3$。

Worked Example — A Radical at Infinity例题——含根号的无穷极限

Find $\displaystyle\lim_{x \to \infty} \frac{\sqrt{9x^2 + 1}}{x + 4}$.求 $\displaystyle\lim_{x \to \infty} \frac{\sqrt{9x^2 + 1}}{x + 4}$。

Step 1 — Estimate the top's degree. For large $x$, $\sqrt{9x^2 + 1} \approx \sqrt{9x^2} = 3x$, so the top behaves like a degree-$1$ term, matching the bottom.第 1 步——估计分子的次数。当 $x$ 很大时,$\sqrt{9x^2 + 1} \approx \sqrt{9x^2} = 3x$,故分子表现为一次项,与分母同次。

Step 2 — Divide by $x$. For $x > 0$, $x = \sqrt{x^2}$, so pull it inside the root:第 2 步——除以 $x$。当 $x > 0$ 时 $x = \sqrt{x^2}$,可将其移入根号内:

$$\frac{\sqrt{9x^2 + 1}}{x + 4} = \frac{\sqrt{9 + \frac{1}{x^2}}}{1 + \frac{4}{x}}$$

Step 3 — Take the limit.第 3 步——求极限。

$$\lim_{x \to \infty} \frac{\sqrt{9 + \frac{1}{x^2}}}{1 + \frac{4}{x}} = \frac{\sqrt{9}}{1} = 3$$
What is $\lim_{x \to \infty} \dfrac{4x + 7}{x^2 - 3}$?$\lim_{x \to \infty} \dfrac{4x + 7}{x^2 - 3}$ 等于多少?
1.15b
$0$
$4$
$\infty$
$\frac{4}{1}$
Correct! The numerator's degree (1) is less than the denominator's degree (2), so the denominator dominates and the limit is $0$ — a horizontal asymptote at $y = 0$.正确!分子次数(1)小于分母次数(2),分母占主导,极限为 $0$——水平渐近线为 $y = 0$。
Compare degrees: top is degree 1, bottom is degree 2. Since $n < m$, the limit at infinity is $0$.比较次数:分子 1 次,分母 2 次。因 $n < m$,无穷处极限为 $0$。

Working with the Intermediate Value Theorem (IVT)介值定理(IVT)的应用

Intermediate Value Theorem介值定理
$$ \text{If } f \text{ is continuous on } [a, b] \text{ and } d \text{ is between } f(a) \text{ and } f(b), $$ $$ \text{then there exists at least one } c \in (a, b) \text{ such that } f(c) = d. $$
What IVT Says Intuitively介值定理的直观含义 A continuous function can't "skip" values. If $f$ starts below a line and ends above it (or vice versa), $f$ must cross that line at least once. This is used to guarantee the existence of roots. 连续函数不能"跳过"取值。若 $f$ 在起点处低于某条水平线,而在终点处高于该线(或相反),则 $f$ 至少穿越该线一次。常用于保证根的存在性。
IVT Justification Checklist介值定理论证清单 On the AP exam, you MUST state: (1) $f$ is continuous on $[a, b]$ (say why), (2) $d$ is between $f(a)$ and $f(b)$ (compute both), and (3) therefore by the IVT, there exists a $c$ in $(a, b)$ such that $f(c) = d$. Missing any of these loses points. AP 考试中必须明确写出:(1) $f$ 在 $[a, b]$ 上连续(说明原因);(2) $d$ 位于 $f(a)$ 与 $f(b)$ 之间(两端点的值都要算出来);(3) 因此由介值定理,存在 $c \in (a, b)$ 使 $f(c) = d$。缺一即扣分。
Worked Example — IVT to Show a Root Exists例题——用介值定理证明根存在

Show that $f(x) = x^3 - 2x - 5$ has a root on $[2,\,3]$.证明 $f(x) = x^3 - 2x - 5$ 在 $[2,\,3]$ 上有根。

Step 1: $f$ is a polynomial, so it is continuous everywhere, including on $[2, 3]$.第 1 步:$f$ 是多项式,所以处处连续,在 $[2, 3]$ 上也连续。

Step 2: Evaluate the endpoints:第 2 步:计算两个端点的值:

$$\begin{aligned} f(2) &= 8 - 4 - 5 = -1 \quad (\text{negative}) \\[4pt] f(3) &= 27 - 6 - 5 = 16 \quad (\text{positive}) \end{aligned}$$

Step 3: Since $f(2) < 0 < f(3)$ and $f$ is continuous on $[2, 3]$, the IVT guarantees at least one $c \in (2, 3)$ where $f(c) = 0$. ✓第 3 步:由于 $f(2) < 0 < f(3)$ 且 $f$ 在 $[2, 3]$ 上连续,由介值定理至少存在一个 $c \in (2, 3)$ 使 $f(c) = 0$。✓

To apply the IVT to show $f(c) = 0$ for some $c$ in $[1, 5]$, you need:要用介值定理证明存在 $c \in [1, 5]$ 使 $f(c) = 0$,需要:
1.16
$f(1) = 0$ or $f(5) = 0$$f(1) = 0$ 或 $f(5) = 0$
$f$ is differentiable on $[1, 5]$$f$ 在 $[1, 5]$ 上可导
$f$ is continuous on $[1, 5]$ and $f(1)$ and $f(5)$ have opposite signs$f$ 在 $[1, 5]$ 上连续,且 $f(1)$ 与 $f(5)$ 异号
$f$ is a polynomial$f$ 是多项式
Correct! The IVT requires continuity on the closed interval and that 0 lies between $f(1)$ and $f(5)$ — which happens when they have opposite signs.正确!介值定理要求函数在闭区间上连续,且 0 位于 $f(1)$ 与 $f(5)$ 之间——即两者异号。
The IVT requires (1) $f$ continuous on $[1, 5]$, and (2) 0 is between $f(1)$ and $f(5)$, i.e., they have opposite signs.介值定理要求:(1) $f$ 在 $[1, 5]$ 上连续;(2) 0 介于 $f(1)$ 与 $f(5)$ 之间,即两者异号。
Worked Example — IVT for an Intermediate Value (Not Just a Root)例题——介值定理求中间值(不只是根)

Let $f(x) = x^2 + x$. Show that $f$ takes the value $3$ somewhere on $[0, 2]$.设 $f(x) = x^2 + x$。证明 $f$ 在 $[0, 2]$ 上某处取值 $3$。

Step 1 — Continuity. $f$ is a polynomial, hence continuous on $[0, 2]$.第 1 步——连续性。$f$ 是多项式,故在 $[0, 2]$ 上连续。

Step 2 — Endpoints straddle the target $d = 3$.第 2 步——两端点夹住目标值 $d = 3$。

$$f(0) = 0 \qquad f(2) = 4 + 2 = 6, \qquad 0 < 3 < 6$$

Step 3 — Apply the IVT. Since $f$ is continuous on $[0, 2]$ and $3$ lies between $f(0) = 0$ and $f(2) = 6$, there exists $c \in (0, 2)$ with $f(c) = 3$. (Solving $x^2 + x - 3 = 0$ confirms $c = \frac{-1 + \sqrt{13}}{2} \approx 1.30$.)第 3 步——应用介值定理。由于 $f$ 在 $[0, 2]$ 上连续,且 $3$ 位于 $f(0) = 0$ 与 $f(2) = 6$ 之间,故存在 $c \in (0, 2)$ 使 $f(c) = 3$。(解 $x^2 + x - 3 = 0$ 得 $c = \frac{-1 + \sqrt{13}}{2} \approx 1.30$,予以印证。)

Exam Tip — IVT Guarantees Existence, Not Uniqueness考试提示——介值定理保证存在性,而非唯一性 The IVT tells you at least one $c$ exists; it never says how many. A wiggly continuous function can hit the target value several times. Also remember the theorem is one-directional: if the hypotheses fail (e.g. $f$ is discontinuous), the conclusion may still happen to hold — you simply cannot use the IVT to justify it. 介值定理只告诉你至少存在一个 $c$,从不说明有几个。一个上下起伏的连续函数可能多次取到目标值。还要记住定理是单向的:若前提不成立(例如 $f$ 不连续),结论也许仍然成立——只是你不能用介值定理来论证它。

Exam Strategy & Common Pitfalls备考策略与常见陷阱

M
Memorize熟记
  • Three conditions for continuity连续性的三个条件
  • $\lim_{x \to 0} \frac{\sin x}{x} = 1$
  • $\lim_{x \to 0} \frac{1 - \cos x}{x} = 0$
  • Limit laws (sum, product, quotient)极限法则(和、积、商)
  • IVT statement & conditions介值定理的陈述与前提
  • Rational function HA rules ($n < m$, $n = m$, $n > m$)有理函数水平渐近线规则($n < m$、$n = m$、$n > m$)
U
Understand理解
  • Why $\lim_{x \to c} f(x) \neq f(c)$ in general为何一般而言 $\lim_{x \to c} f(x) \neq f(c)$
  • How to classify discontinuities如何对不连续点分类
  • When and why each algebraic technique works每种代数技巧何时、为何奏效
  • Squeeze Theorem logic夹逼定理的逻辑
  • Reading limits from graphs and tables从图像与表格读出极限
  • Sign analysis for infinite limits无穷极限的符号分析

Common Pitfalls常见陷阱

Top Student Errors学生最易犯的错误 1. Assuming $\lim_{x \to c} f(x) = f(c)$ without checking continuity.
2. Writing "limit = $\frac{0}{0}$" — $\frac{0}{0}$ is not a limit value, it's a signal to do more work.
3. Forgetting to check both one-sided limits when claiming a limit exists.
4. On IVT problems, failing to state that $f$ is continuous — the hypothesis is required.
5. Confusing "the limit is $\infty$" with "the limit exists" — an infinite limit means the limit DNE as a real number.
6. Incorrectly simplifying $\frac{\sin(kx)}{x}$ — the answer is $k$, not $1$.
1. 不验证连续性就直接假定 $\lim_{x \to c} f(x) = f(c)$。
2. 写出"极限 = $\frac{0}{0}$"——$\frac{0}{0}$ 不是极限值,它只是要求你继续化简的信号。
3. 断言极限存在时漏掉对左右两侧单侧极限的验证。
4. 介值定理题中遗漏"$f$ 连续"这一前提——该前提是必要的。
5. 把"极限为 $\infty$"与"极限存在"混为一谈——无穷极限意味着该极限作为实数不存在(DNE)。
6. 对 $\frac{\sin(kx)}{x}$ 化简错误——答案是 $k$,而不是 $1$。

Flashcards闪卡

0 / 8 flipped0 / 8 已翻
What is $\lim_{x \to 0} \frac{\sin x}{x}$?$\lim_{x \to 0} \frac{\sin x}{x} = ?$
$1$
Three conditions for continuity at $x = c$?在 $x = c$ 处连续的三个条件?
1. $f(c)$ defined
2. $\lim_{x \to c} f(x)$ exists
3. $\lim_{x \to c} f(x) = f(c)$
1. $f(c)$ 有定义
2. $\lim_{x \to c} f(x)$ 存在
3. $\lim_{x \to c} f(x) = f(c)$
What is a removable discontinuity?什么是可去间断点?
$$\lim_{x\to c} f(x) \text{ exists, but } \neq f(c)$$
IVT requires what hypothesis?介值定理需要哪些前提?
$f$ must be continuous on $[a, b]$, and $d$ must be between $f(a)$ and $f(b)$.$f$ 在 $[a, b]$ 上连续,且 $d$ 介于 $f(a)$ 与 $f(b)$ 之间。
HA when degree of numerator = degree of denominator?分子分母次数相等时的水平渐近线?
$y = \frac{\text{leading coeff of num}}{\text{leading coeff of den}}$
$\frac{0}{0}$ means…$\frac{0}{0}$ 意味着……
$$\text{Indeterminate} \Rightarrow \text{factor, conjugate, or identity}$$
What is the Squeeze Theorem?夹逼定理是什么?
If $g(x) \leq f(x) \leq h(x)$ near $c$ and both outer limits equal $L$, then $\lim_{x \to c} f(x) = L$.若在 $c$ 附近 $g(x) \leq f(x) \leq h(x)$,且两侧极限都等于 $L$,则 $\lim_{x \to c} f(x) = L$。
$\lim_{x \to 0} \frac{1 - \cos x}{x} = \;?$
$0$

Unit 1 — Practice Quiz第 1 单元——练习测验

Test your understanding. Your score updates in real time at the top of the page.检验你的理解。页面顶部的分数会实时更新。

1. $\lim_{x \to 2} \dfrac{x^2 - 4}{x - 2}$ equals:1. $\lim_{x \to 2} \dfrac{x^2 - 4}{x - 2}$ 等于:
Q1
$2$
$4$
$0$
DNE
Correct! Factor: $\frac{(x-2)(x+2)}{x-2} = x+2$. At $x = 2$: $2 + 2 = 4$.正确!因式分解:$\frac{(x-2)(x+2)}{x-2} = x+2$。代入 $x = 2$:$2 + 2 = 4$。
Factor the numerator: $\frac{(x-2)(x+2)}{x-2} = x + 2$. Substituting $x = 2$ gives $4$.对分子因式分解:$\frac{(x-2)(x+2)}{x-2} = x + 2$。代入 $x = 2$ 得 $4$。
2. $\lim_{x \to 0} \dfrac{\sin(5x)}{x}$ equals:2. $\lim_{x \to 0} \dfrac{\sin(5x)}{x}$ 等于:
Q2
$5$
$1$
$0$
$\frac{1}{5}$
Correct! $\frac{\sin(5x)}{x} = 5 \cdot \frac{\sin(5x)}{5x}$. As $x \to 0$, $\frac{\sin(5x)}{5x} \to 1$, so the answer is $5$.正确!$\frac{\sin(5x)}{x} = 5 \cdot \frac{\sin(5x)}{5x}$。当 $x \to 0$,$\frac{\sin(5x)}{5x} \to 1$,所以答案为 $5$。
Rewrite: $\frac{\sin(5x)}{x} = 5 \cdot \frac{\sin(5x)}{5x} \to 5 \cdot 1 = 5$.改写:$\frac{\sin(5x)}{x} = 5 \cdot \frac{\sin(5x)}{5x} \to 5 \cdot 1 = 5$。
3. If $f(x) = \frac{1}{(x - 3)^2}$, then $\lim_{x \to 3} f(x)$ is:3. 若 $f(x) = \frac{1}{(x - 3)^2}$,则 $\lim_{x \to 3} f(x)$ 为:
Q3
$0$
$-\infty$
$\infty$
$1$
Correct! As $x \to 3$, $(x-3)^2 \to 0^+$, so $\frac{1}{(x-3)^2} \to +\infty$ from both sides.正确!当 $x \to 3$,$(x-3)^2 \to 0^+$,所以 $\frac{1}{(x-3)^2}$ 从两侧都趋于 $+\infty$。
Since $(x-3)^2$ is always positive and approaches 0, $\frac{1}{(x-3)^2}$ grows without bound toward $+\infty$.由于 $(x-3)^2$ 始终为正且趋于 0,$\frac{1}{(x-3)^2}$ 无界地增大到 $+\infty$。
4. $\lim_{x \to \infty} \dfrac{2x^3 + x}{4x^3 - 7}$ equals:4. $\lim_{x \to \infty} \dfrac{2x^3 + x}{4x^3 - 7}$ 等于:
Q4
$\infty$
$0$
$2$
$\frac{1}{2}$
Correct! Same degree ($n = m = 3$), so the limit equals the ratio of leading coefficients: $\frac{2}{4} = \frac{1}{2}$.正确!分子分母次数相同($n = m = 3$),极限等于首项系数之比:$\frac{2}{4} = \frac{1}{2}$。
When the degrees are equal, take the ratio of leading coefficients: $\frac{2}{4} = \frac{1}{2}$.次数相同时,取首项系数之比:$\frac{2}{4} = \frac{1}{2}$。
5. Which condition is NOT required for $f$ to be continuous at $x = c$?5. 下列哪一项不是 $f$ 在 $x = c$ 处连续所需的条件?
Q5
$f(c)$ is defined$f(c)$ 有定义
$f'(c)$ exists$f'(c)$ 存在
$\lim_{x \to c} f(x)$ exists$\lim_{x \to c} f(x)$ 存在
$\lim_{x \to c} f(x) = f(c)$
Correct! Differentiability ($f'(c)$ exists) implies continuity, but continuity does NOT require differentiability. Example: $f(x) = |x|$ is continuous but not differentiable at $x = 0$.正确!可导($f'(c)$ 存在)蕴含连续,但连续并不要求可导。例如 $f(x) = |x|$ 在 $x = 0$ 处连续但不可导。
The three conditions for continuity are: $f(c)$ defined, limit exists, and limit equals $f(c)$. Differentiability is not required.连续性的三个条件是:$f(c)$ 有定义、极限存在、极限等于 $f(c)$。并不要求可导。
6. $\lim_{x \to 0} \dfrac{1 - \cos(4x)}{x}$ equals:6. $\lim_{x \to 0} \dfrac{1 - \cos(4x)}{x}$ 等于:
Q6
$1$
$0$
$4$
$-4$
Correct! Rewrite as $4 \cdot \frac{1 - \cos(4x)}{4x}$. Since $\frac{1 - \cos u}{u} \to 0$ as $u \to 0$, this equals $4 \cdot 0 = 0$.正确!改写为 $4 \cdot \frac{1 - \cos(4x)}{4x}$。由于当 $u \to 0$ 时 $\frac{1 - \cos u}{u} \to 0$,结果为 $4 \cdot 0 = 0$。
Rewrite as $4 \cdot \frac{1 - \cos(4x)}{4x}$. Since $\lim_{u \to 0} \frac{1 - \cos u}{u} = 0$, the answer is $4 \cdot 0 = 0$.改写为 $4 \cdot \frac{1 - \cos(4x)}{4x}$。因为 $\lim_{u \to 0} \frac{1 - \cos u}{u} = 0$,所以答案为 $4 \cdot 0 = 0$。
7. $f(x) = \frac{x+1}{x^2 - 1}$ has a vertical asymptote at:7. $f(x) = \frac{x+1}{x^2 - 1}$ 的垂直渐近线位于:
Q7
$x = 1$ and $x = -1$$x = 1$ 与 $x = -1$
$x = -1$ only仅 $x = -1$
$x = 0$
$x = 1$ only仅 $x = 1$
Correct! Factor: $\frac{x+1}{(x-1)(x+1)} = \frac{1}{x-1}$ for $x \neq -1$. At $x = -1$ there's a removable discontinuity (hole), and at $x = 1$ there's a vertical asymptote.正确!因式分解:当 $x \neq -1$ 时 $\frac{x+1}{(x-1)(x+1)} = \frac{1}{x-1}$。在 $x = -1$ 处是可去间断点(洞),在 $x = 1$ 处是垂直渐近线。
Factor: $\frac{x+1}{(x-1)(x+1)} = \frac{1}{x-1}$. The $(x+1)$ cancels, leaving a hole at $x = -1$. Only $x = 1$ produces a vertical asymptote.因式分解:$\frac{x+1}{(x-1)(x+1)} = \frac{1}{x-1}$。$(x+1)$ 被约去,$x = -1$ 处只留下一个洞。只有 $x = 1$ 是垂直渐近线。

Readiness Checklist应考清单

Click each item you've mastered. Aim for 100% before exam day.点击每一项已掌握的条目。考试前争取达到 100%。

0 / 16 mastered已掌握 0 / 16
Next Step下一步

AP-Style Practice ProblemsAP 风格练习题

Exam-level practice for this unit — multiple-choice plus extended-response items modeled on the AP rubric. Built for top-score prep; go here after you've worked through the notes and the in-page quizzes above.本单元考试级别的练习——按 AP 评分标准设计的多选题与拓展回答题。专为冲击高分而设;请在完成上方笔记与页内测验后再到此练习。

Practice Problems →练习题 →